HttpHeaders.remove

Remove all instances of the given header, returning true if anything was removed and false if this header didn't exist in our set.

  1. bool remove(string name)
    struct HttpHeaders
    bool
    remove
    (
    string name
    )
  2. bool remove(HTTPHeaderCode code)

Meta